An interface to the reciprocal multiplication routines.
Computes the product of a scalar and a vector, where the scalar is the reciprocal of the scalar A.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a |
The scalar A, which is the reciprocal of the scalar to multiply by. |
||
real(kind=real64), | intent(inout), | dimension(:) | :: | x |
On input, the vector to multiply. On output, the product of the vector and the scalar reciprocal. |